projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56f8584
)
Fix test reference to obsolete ostree-pull
author
Colin Walters
<walters@verbum.org>
Tue, 9 Jul 2013 13:28:02 +0000
(09:28 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 9 Jul 2013 13:28:02 +0000
(09:28 -0400)
It was leftover in my buildroot =/
tests/pull-test.sh
patch
|
blob
|
history
diff --git
a/tests/pull-test.sh
b/tests/pull-test.sh
index b45649be370b5c62f76248a4a8b67677553e592b..a049dd7711282ce6c7afcd6368de9975c3934eb3 100755
(executable)
--- a/
tests/pull-test.sh
+++ b/
tests/pull-test.sh
@@
-21,7
+21,7
@@
cd ${test_tmpdir}
mkdir repo
${CMD_PREFIX} ostree --repo=repo init
${CMD_PREFIX} ostree --repo=repo remote add origin $(cat httpd-address)/ostree/gnomerepo
-${CMD_PREFIX} ostree
-pull --repo=repo
origin main
+${CMD_PREFIX} ostree
--repo=repo pull
origin main
${CMD_PREFIX} ostree --repo=repo fsck
echo "ok pull"